home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2109 / 2109.xpi / chrome / febe.jar / content / febeHelp.xul < prev    next >
Extensible Markup Language  |  2009-07-02  |  1KB  |  35 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://febe/skin/febe.css" type="text/css"?>
  3.  
  4. <!DOCTYPE dialog [
  5.     <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd">
  6.     %febeDTD;
  7. ]>
  8.  
  9. <dialog    title="&febe.help.caption;"
  10.     windowtype="febe:help"
  11.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  12.     onload='document.getElementById("febeHelpID").value = document.title + "   (" + window.arguments[0] + ")"; febeSliderLoad();'
  13.     maxwidth="400"
  14.     buttons="cancel"
  15.     buttonlabelcancel="&febe.close;">
  16.  
  17.     <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
  18.     <script type="application/x-javascript" src="chrome://febe/content/febeHelp.js"/>
  19.  
  20.     <stringbundleset id="stringbundleset">
  21.         <stringbundle id="febe-help" src="chrome://febe/locale/febeHelp.properties"/>
  22.     </stringbundleset>
  23.  
  24.     <groupbox class="box-inset">
  25.         <caption label="&febe.help1.caption;" class="outset rounded"/>
  26.         <hbox>
  27.             <description id="field" value="" class="fontbold"/>
  28.         </hbox>
  29.     </groupbox>
  30.     <groupbox id="helptextbox" flex="1" class="box-inset">
  31.         <caption label="&febe.help2.caption;" class="outset rounded"/>
  32.     </groupbox>
  33.     <label id="febeHelpID" value=""/>
  34.     <script type="application/x-javascript">febeLoadHelp();</script>
  35. </dialog>